Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: QuickTime Components /
Chapter 8 - Video Digitizer Components / Video Digitizer Components Reference
Video Digitizer Component Functions / Utility Functions


VDSetFieldPreference

The VDSetFieldPreference function allows applications to specify which field to use in cases where the vertical scaling is less than half size.

All video digitizer components must support this function.

pascal VideoDigitizerError VDSetFieldPreference
                              (VideoDigitizerComponent ci, 
                               short fieldFlag);
ci
Specifies the video digitizer component for the request. Applications obtain this reference from the Component Manager's OpenComponent function.
fieldFlag
Indicates which field to use. Valid values are
vdUseAnyField
Digitizer component decides which field to use
vdUseOddField
Digitizer uses odd field
vdUseEvenField
Digitizer uses even field
DESCRIPTION
Applications can specify that the digitizer use either the odd-line field or the even-line field; alternatively, applications can let the component decide which field to use.

RESULT CODES
noErr0No error
qtParamErr-2202Invalid parameter value

Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996




Navigation graphic, see text links

Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help